home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000262_news@columbia.edu_Thu Nov 24 16:30:32 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01932
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 24 Nov 1994 11:30:38 -0500
  3. Received: by apakabar.cc.columbia.edu id AA05948
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 24 Nov 1994 11:30:36 -0500
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Slow _binary_ download/fast text download?
  9. Date: 24 Nov 1994 16:30:32 GMT
  10. Organization: Columbia University
  11. Lines: 23
  12. Message-Id: <3b2f39$5pq@apakabar.cc.columbia.edu>
  13. References: <1994Nov23.225128@clstac>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1994Nov23.225128@clstac>,
  18. Kevin Anthony Stanchfield <kastanchfiel@csupomona.edu> wrote:
  19. >First of all, I would like to thank you all for your help in gitting
  20. >my machine to download binary al well as text files... The "SET PARITY
  21. >SPACE" worked!!  No I got a new prob., the transfers are soooo slow!
  22. >And, they never finish, the always fail.  I'm using a 14.4 to call up a 
  23. >9600 baud telnet site to connect to my university.  Hardware flow control,
  24. >7s1, set parity space, windows 4, port speed is 57.6K, I'm using MS-Kermit
  25. >3.14,...  What else it there?
  26. >
  27. Long packets.  Tell the file receiver to "set receive packet-length 1000"
  28. or thereabouts.
  29.  
  30. Control-character unprefixing.  Read about this in the KERMIT.UPD file.
  31.  
  32. The real question remains: why are your transfers failing?  Let's figure
  33. this one out, and then we can make them as fast as possible.
  34.  
  35. Tell MS-DOS Kermit to "log packet", then try to transfer a file.  Then
  36. tell MS-DOS Kermit to "close packet", and send the resulting PACKET.LOG
  37. file by e-mail to kermit@columbia.edu for analysis.
  38.  
  39. - Frank